home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / catadsk3.arc / CATADSK.TXT < prev    next >
Text File  |  1989-05-14  |  29KB  |  854 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                              CAT - a - DISK
  18.                              ===============
  19.  
  20.  
  21.  
  22.                          Disk Cataloging Program
  23.  
  24.  
  25.  
  26.  
  27.                    Copyright 1988,1989 - Andrew C. Manti Jr.
  28.  
  29.  
  30.  
  31.                                Version 3.1
  32.                                  4/12/89
  33.  
  34.  
  35.          This program is distributed as User Supported Software.
  36.          Users are licensed to copy and distribute this program freely
  37.          as long as it is in its original form and includes this
  38.          documentation file.   It is however, protected under United
  39.          States Copyright laws and as such can not be sold or in any
  40.          way distributed for profit without the prior written consent
  41.          of the author.
  42.  
  43.          User Supported Software is made possible only through the
  44.          support and contributions made by satisfied users.  After an
  45.          initial evaluation period, if you find this program useful,
  46.          you are requested to pay a $15 registration fee.  Benefits of
  47.          being a registered user are detailed later in this document.
  48.  
  49.  
  50.                         Thank you for your support
  51.  
  52.                           Andrew C. Manti Jr.
  53.                               2 Deana Rd.
  54.                         Methuen, Massachusetts
  55.                                 01844
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                             CAT - a - DISK
  74.                             ==============
  75.  
  76.                               Contents
  77.                              ----------
  78.  
  79.  
  80.          Introduction................................. 1
  81.  
  82.          Hardware Requirements........................ 2
  83.  
  84.          Registration................................. 2
  85.  
  86.          Initial Set Up............................... 3
  87.  
  88.          Getting Started.............................. 4
  89.  
  90.          Details of Menu Choices...................... 6
  91.  
  92.          Initializing Catalogs........................ 6
  93.  
  94.          Cataloging Disks............................. 6
  95.  
  96.          Uncataloging................................. 7
  97.  
  98.          Printing..................................... 7
  99.  
  100.          Searching.................................... 9
  101.  
  102.          Creating Disk Identifiers.................... 9
  103.  
  104.          Adding/Editing File Comments................. 9
  105.  
  106.          Registration Form............................ 11
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                            CAT - a - DISK
  137.                            ==============
  138.  
  139.                             Introduction
  140.                            --------------
  141.  
  142.          CAT - a - DISK is a disk cataloging program written in Turbo
  143.          Pascal (TM Borland Int.).   The program is designed to allow
  144.          the user to compile a catalog of all of their floppy disks
  145.  
  146.          The features of this program are as follows:
  147.  
  148.                  1.  Catalog up to 2200 filenames on floppy (unlimited
  149.                      on a hard disk)
  150.  
  151.                  2.  Ability to select and use different catalog names
  152.  
  153.                  3.  Catalog filenames from any drive on your system.
  154.                      (The program automatically detects what drives
  155.                       are available.)
  156.  
  157.                  4.  Monochrome or color monitor operation at the
  158.                      touch of a key.
  159.  
  160.                  5.  Add comments of up to 30 characters to describe
  161.                      or identify each file.
  162.  
  163.                  6.  Catalog from disk root directory and up to three
  164.                      sub directories deep
  165.  
  166.                  7.  Consolidated listings of all files in
  167.                      alphabetical order by filename in 2 column
  168.                      summary or single column with file comments
  169.                      included.
  170.  
  171.                  8.  Detailed listings including file comments,
  172.                      directory information or both.
  173.  
  174.                  9.  Listings include filename, extension, file size,
  175.                      and identifier of disk on which the file resides.
  176.  
  177.                 10.  Listing by disk identifier printed in a fashion
  178.                      to be cut and pasted to the front of a standard
  179.                      5 1/4" disk envelope.
  180.  
  181.                 11.  Consolidated listing by disk identifier giving
  182.                      the amount of free space on each disk
  183.  
  184.                 12.  All listings in a format that can be three hole
  185.                      punched.
  186.  
  187.                 13.  Automatic warnings to prevent re-cataloging of
  188.                      the same disk twice or two disks with the same
  189.                      identifier.  (The user has the option to
  190.                      continue with re-cataloging the entire disk or only
  191.                      newly added files.)
  192.  
  193.                 14.  Ability to UN-catalog a disk
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                                                                 Page 1
  200.  
  201.  
  202.  
  203.                 15.  Search routine to locate the correct disk
  204.                      containing any filename.
  205.  
  206.                 16.  Ability to add or edit catalog comments at any
  207.                      time.
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.                            Hardware Requirements
  216.                            ---------------------
  217.  
  218.          IBM PC or compatible, minimum 384K RAM, 1 floppy drive,
  219.          DOS 2.0 or higher and an Epson/IBM compatible printer for
  220.          listings.
  221.  
  222.  
  223.  
  224.                               Registration
  225.                               ------------
  226.  
  227.  
  228.          This User Supported version of CAT-a-DISK is a fully functional
  229.          program with all its bells and whistles. Catalog information
  230.          created with this version is totally compatible with past and
  231.          future versions.
  232.  
  233.          Benefits of becoming a registered user include receiving a
  234.          laser printed copy of the full users manual as well as a copy
  235.          of the next release of Cat-a-Disk and notification of other
  236.          programs as they may become available.
  237.  
  238.  
  239.          Registering a User Supported Program also supports the concept
  240.          of totally functional software as good or better than that
  241.          found commercially at affordable prices.
  242.  
  243.          Registration is simple.  Just fill in the registration form
  244.          at the end of this document and also included separately as
  245.          REGFORM.TXT.  Send the completed form along with check or
  246.          money order for $15 (Payable to Andrew C. Manti Jr.) to:
  247.  
  248.                              CAT-a-DISK
  249.                              c/o Andrew C. Manti Jr.
  250.                                  2 Deana Rd.
  251.                                  Methuen, Ma. 01844
  252.  
  253.           You will receive your hard copy of the full user manual
  254.           by return mail within 10-14 days.
  255.  
  256.           I thank you for your support!!
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.                                                                 Page 2
  265.  
  266.  
  267.  
  268.  
  269.                               Initial Set Up
  270.                               --------------
  271.  
  272.  
  273.          All floppy disks to be cataloged must of course have some
  274.          sort of identification.  To make the program compatible with
  275.          DOS 2.0 and 3.X, two methods of identification are
  276.          recognized.  (Both of the methods to be described are
  277.          available to you from within the program itself by selecting
  278.          option 6 at the main menu.)
  279.  
  280.          The first for DOS 3.X use, is the use of VOLUME LABELS on
  281.          your disks.  Volume labels can be initialized during disk
  282.          formatting with the /V option. (i.e. FORMAT B: /V) Using this
  283.          option will prompt you for a volume label as you format each
  284.          disk.  With DOS 3.2 you can add volume labels at a later time
  285.          by using the LABEL command.  (See your DOS manual for more
  286.          details).
  287.  
  288.  
  289.          If you are using DOS 2.X, the program will recognize
  290.          a second method of labeling.  The second method is through
  291.          the use of an IDENTIFIER FILE on each disk.  Although this
  292.          method can also be used with DOS 3.X (separately or with Vol
  293.          labels), it is the ONLY acceptable identifying method for DOS
  294.          2.X!!
  295.  
  296.          An Identifier (ID) File is a file on each disk which serves
  297.          only to identify the disk and is only 2 or 3 bytes long.
  298.          This file which has the form:
  299.  
  300.                            DSKIDxxx
  301.  
  302.          can be created on any disk at any time.  The first portion
  303.          of the ID file name must remain the same on all disks.  The
  304.          last three (3) characters may be anything you wish to
  305.          identify the disk.  The identifier of course must follow
  306.          standard DOS file naming conventions.  For example the
  307.          following are all acceptable disk ID filenames:
  308.  
  309.                DSKID001      DSKID299      DSKIDABC   DSKIDA7X
  310.  
  311.          These filenames can be added to an existing disk by typing
  312.          the following at the DOS prompt: (Substitute your ID for xxx)
  313.  
  314.               COPY CON DSKIDxxx   <ENTER>
  315.               <ENTER>
  316.               <F6>                       (or Control Z)
  317.               <ENTER>
  318.  
  319.          The computer will respond with '1 File Copied'
  320.  
  321.          NOTE: The 'DSKID' portion of the identifier MUST remain
  322.                unchanged for the program to operate properly!
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.                                                           Page 3
  331.  
  332.  
  333.  
  334.  
  335.                           Getting Started
  336.                           ---------------
  337.  
  338.          The program file CATADSK.EXE is the only file required to
  339.          start this program.  This file should be copied onto whatever
  340.          disk will hold your catalog files.   CATADSK.EXE and the
  341.          catalog files MUST reside on the same disk.  The program will
  342.          create additional files for catalog data and indexing.
  343.          Once the CATADSK.EXE file has been copied to your catalog
  344.          disk, and your disks have had identifiers added, at the DOS
  345.          prompt type CATADSK to begin.  The program will automatically
  346.          determine all available drives on your system as well as
  347.          which drive is in use and place your catalog files on that
  348.          drive. The automatic detection of drives is totally functional
  349.          if you are operating under DOS 3.xx.  If using a DOS version
  350.          less than 3, a total of 26 drives will be available. The system
  351.          will however, check each drive you attempt to use and will not
  352.          allow you to select a drive which does not exist.  When
  353.          started, a program information screen will appear.  Pressing
  354.          any key will erase this screen and bring up the main program
  355.          menu.
  356.  
  357.          The main menu will offer you 8 choices:
  358.  
  359.                        1. Initialize New Catalog Files
  360.                        2. Catalog Disks
  361.                        3. UN-catalog Disk
  362.                        4. Print Catalog
  363.                        5. Search Catalog
  364.                        6. Create Disk ID
  365.                        7. Add/Edit File Comments
  366.                        8. End Program
  367.  
  368.  
  369.          Additional options are available at the bottom of the menu
  370.          screen.  These options which are accessed by entering the
  371.          first or highlighted letter (ie [D]) will be described first.
  372.          These are:
  373.  
  374.          [D]rive to Catalog - pressing the <D> key will change the
  375.                               drive which you wish to catalog from.
  376.                               In the case of a floppy drive, this
  377.                               drive is where you place the disks you
  378.                               want added to your catalog.  If this is
  379.                               a hard drive then the files on the hard
  380.                               drive will be cataloged.  Each time you
  381.                               press <D> the drive letter will change.
  382.                               All drives on your system are
  383.                               automatically identified at startup so
  384.                               there is no need to tell the program
  385.                               what drives exist.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.                                                                 Page 4
  397.  
  398.  
  399.  
  400.  
  401.  
  402.          [S]elect Catalog Name - this option gives you the opportunity
  403.                               to select (or create) catalogs under
  404.                               different file names.  Using this option
  405.                               allows you to have separate catalogs for
  406.                               different types of disks.  (ie.
  407.                               Wordprocessing files, Game files etc.)
  408.                               Pressing the <S> key will display a list
  409.                               of available catalogs and give you the
  410.                               opportunity to enter the name of the one
  411.                               you wish to use. If you type the name of
  412.                               a file that does not exist, it will be
  413.                               created.  The default catalog when you
  414.                               first run Cat-a-Disk is 'Catalog'.
  415.  
  416.  
  417.          [F]ile Comments - this option allows you to add descriptions
  418.                               of up to 30 characters to each catalog
  419.                               entry. Pressing the <F> key toggles this
  420.                               option on and off.  Using file comments is
  421.                               described later in this document.
  422.  
  423.          [M]onitor - this option switches between Monochrome and Color
  424.                               monitor mode. The program initially
  425.                               boots in MONOCHROME mode.  If you wish
  426.                               to run in color mode, simply press the
  427.                               <M> key.  Again, this is a toggle, it
  428.                               will change mode each time you press
  429.                               <M>.
  430.  
  431.  
  432.          At the bottom of the main menu screen you will also find the
  433.          word 'Files:'.  This is where you can see a running update as
  434.          to the number of files you have in your catalog.
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.                                                                 Page 5
  463.  
  464.  
  465.  
  466.  
  467.                          Details of Main Menu Choices
  468.                          ============================
  469.  
  470.          Option #1: (Initialize Catalog)
  471.          -------------------------------
  472.  
  473.          The first time the program is used or at any time that you
  474.          wish to start a new catalog, you must select choice 1 to
  475.          Initialize Catalog Files.   Keep in mind that this choice
  476.          will ERASE any existing catalog data.  With this version,
  477.          if a number of different catalogs are to be kept, a separate
  478.          disk for each catalog is required.  When selected, this
  479.          choice will verify that in fact you want to initialize (and
  480.          delete any existing catalog files) before actually doing
  481.          anything.
  482.  
  483.          Once you have initialized your catalog files, you are ready
  484.          to actually start building your catalog.
  485.  
  486.  
  487.           Option #2: Cataloging Disks
  488.           ---------------------------
  489.  
  490.          When you are ready to actually catalog your disks, select
  491.          the 'D' option from the bottom of the menu screen.  Each time
  492.          you press 'D' the Drive to catalog will change.
  493.  
  494.          Once you have selected a drive, you can select option 2 at
  495.          the main menu to actually catalog your disks.  You will be
  496.          prompted to insert the disk to catalog in the selected drive
  497.          and to press <ENTER>.  If you decide to quit at this point,
  498.          merely enter 'X' to abort the cataloging process.
  499.  
  500.          The disk identifier will now be checked.  If that disk (or a
  501.          disk with the same identifier) has already been cataloged,
  502.          you will be warned and given the option to continue or abort
  503.          the cataloging process.  If you choose to continue, you will be
  504.          given the option of recataloging the entire disk or only files
  505.          which are new or have been added since the last time you
  506.          cataloged the disk. If you elect to recatalog the entire disk,
  507.          all references to that disk will be removed from the catalog
  508.          and the disk will be cataloged as if it were a new one.
  509.  
  510.          If the disk to catalog has no identifier, you will be warned
  511.          of this also and the program will automatically return you
  512.          to the main menu.
  513.  
  514.          If the identifier is new or you choose to re-catalog, the
  515.          disk will then be added to the catalog.  If you have chosen
  516.          to include file comments ([F] option) you will be prompted
  517.          for your comments as each file is cataloged.
  518.  
  519.          If you are using a single disk system, the program will
  520.          prompt you to swap disks as needed to complete the cataloging
  521.          process.  Safeguards are built into the system to verify that
  522.          the proper disk has been inserted in the single drive so
  523.          should the program repeatedly prompt for the same disk, be
  524.          sure to verify which disk you have inserted!
  525.  
  526.  
  527.  
  528.                                                                 Page 6
  529.  
  530.  
  531.  
  532.  
  533.  
  534.          Once the disk has been cataloged, you will be returned to the
  535.          main menu from where you may catalog additional disks or
  536.          continue with other options.
  537.  
  538.  
  539.           Option #3: UN-Catalog Disks
  540.           ---------------------------
  541.  
  542.           This option allows you to remove all references to any
  543.           specific disk from the catalog without having to have the
  544.           disk available.  This is extremely helpful if you have
  545.           erased a disk since it was cataloged and don't want the old
  546.           file information to remain in the catalog.
  547.  
  548.  
  549.           Option #4: Print Catalog
  550.           ------------------------
  551.  
  552.          Option 4 at the main menu will allow you to print a number of
  553.          different listings giving information about your disks.
  554.          When selected, this option will present you with a second
  555.          menu from which you can select the various report listings to
  556.          print.  All printouts are formatted in a manner such that they
  557.          can be later three hole punched.
  558.  
  559.          As with the main menu, the print menu also contains some
  560.          additional options at the bottom of the menu screen.  These
  561.          options are:
  562.  
  563.                 [C]omments, which when on will include file comments
  564.                           in your listings. These comments are added
  565.                           to the listings printed from the 'Listing by
  566.                           Filename' option on the print menu (Option 1).
  567.  
  568.                 [D]irectory List, which when toggled on will include
  569.                           the actual directory in which each file
  570.                           resides in your listings by filename.
  571.  
  572.  
  573.          The actual reports are as follows:
  574.  
  575.               1. Listing by filename:
  576.  
  577.                    This listing will print a header and then a two
  578.                    column listing of all the files which are in your
  579.                    disk catalog.  This listing if selected will give
  580.                    you a list all files in alphabetical order going
  581.                    down the first column and then picking up at the
  582.                    top of the second column.
  583.  
  584.                    Each filename will be followed by the size of the
  585.                    file and then the identifier of the disk which
  586.                    contains the file.
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.                                                                 Page 7
  595.  
  596.  
  597.  
  598.  
  599.               2.  Specific Disk Identifier:
  600.  
  601.                    This option will print a listing by disk of all
  602.                    files and their size in a format which can be cut
  603.                    out and taped to the front of a 5 1/4" disk
  604.                    envelope.
  605.  
  606.                    The list will begin by printing the identifier of
  607.                    the disk and then the amount of free space left on
  608.                    it.  The program then instructs the printer to go
  609.                    into compressed print mode, and prints all files
  610.                    and their size in a four column format.  The
  611.                    filenames will be in alphabetical order from left
  612.                    to right in each row.  A maximum of 80 filenames
  613.                    will fit in this format.
  614.  
  615.                    If you are using 3 1/2" disks, the printout can be
  616.                    cut and folded and stored with each disk.
  617.  
  618.  
  619.               3. Disk Identifier Listings:
  620.  
  621.                    The final print option is similar to the first
  622.                    option except that instead of printing filenames,
  623.                    this option lists all of your disk identifiers and
  624.                    shows the amount of available free space on each
  625.                    disk.
  626.  
  627.                    This listing is helpful when looking to store
  628.                    additional files and needing to know how much space
  629.                    exists on any specific disk.
  630.  
  631.  
  632.                4. End Print Routine:
  633.  
  634.                    This option as you would expect, ends the print
  635.                    routines and returns you to the main menu.
  636.  
  637.  
  638.  
  639.          Option #5: Searching Files
  640.          --------------------------
  641.  
  642.          Option  5 on the main menu allows you to search your entire
  643.          catalog for specific filenames.  This option is very handy
  644.          when you remember the name (or a part of it anyway) for a
  645.          file you want, but cannot remember which disk it is on.
  646.  
  647.          When selected, this option will prompt you for the filename
  648.          you wish to locate.  You may enter the entire filename or
  649.          a portion of it or only the extension if you like.  The
  650.          program will then locate and display every like file it
  651.          locates.  Keep in mind that even partial matches will be
  652.          displayed.  As each file found is displayed along with the
  653.          name of the disk it is on, you will be given the option of
  654.          continuing to search for more matches or quitting at that
  655.          point.  If you wish to continue the search, respond to the
  656.          prompt with 'Y'.  Any other response will exit the search.
  657.          When all files have been searched, a message indicating the
  658.          end of the search will be displayed.
  659.  
  660.                                                                 Page 8
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.          Note that when you enter the filename to search for, your
  668.          input is case insensitive.  In other words, it doesn't matter
  669.          if you use upper or lower case letters,  the program converts
  670.          everything to upper case before searching.
  671.  
  672.  
  673.          Option #6: Create Disk ID
  674.          -------------------------
  675.  
  676.          This option is to take care of the case where you want to
  677.          catalog a disk but have forgotten to previously label the
  678.          disk.  It allows you to add a DSKIDxxx (0K) file, (MANDATORY
  679.          if using DOS 2.x) or to add a volume label if using DOS 3.x.
  680.  
  681.          If you are using DOS 3.x, you have choice of either method of
  682.          identification.  If the disk you are cataloging already has a
  683.          volume label, this option will change the label.
  684.  
  685.  
  686.  
  687.          Option #7: Add/Edit File Comments
  688.          ---------------------------------
  689.  
  690.          This is a new option with version 3.1 of CAT-a-DISK. One of the
  691.          major complaints I have received was that if you made a mistake
  692.          during cataloging with [F]ile comments ON, or decided later
  693.          that you wanted to modify a comment, you had no way to recover
  694.          once you had cataloged the disk. Now you have that ability.
  695.          File comments can now be added or edited for any filename in
  696.          your catalog at any time you wish.
  697.  
  698.          When you select this option, you are first prompted for the
  699.          disk identifier of the disk which contains the filename you
  700.          wish to edit comments for. This is a necessary step since you
  701.          may have files with the same name on a number of disks.  If you
  702.          are not sure of the disk ID, just check your CAT-a-DISK
  703.          printouts.
  704.  
  705.          You are next asked whether you wish to edit or review comments
  706.          for all files on this disk or a specific filename only.  If you
  707.          select a specific filename you are then prompted for the name
  708.          of the file. You may enter the entire name and extension or
  709.          just the first few letters of the name.  The program will
  710.          search for all files meeting this criteria and allow you to end
  711.          the search and edit or continue searching until you find the
  712.          correct file. At this time DOS wildcards are NOT acceptable.
  713.          Once the file you wish to edit has been found, the screen will
  714.          clear and you will be shown the filename and allowed to enter
  715.          or edit your comments.
  716.  
  717.          If you select to review all comments, you will be shown ten
  718.          (10) filenames at a time along with any existing comments. For
  719.          each page of filenames you have four options. You may press [N]
  720.          to view the next page of files, [P] to view the previous page,
  721.          [Q] to quit the edit function, or you may enter the number of
  722.          the file you wish to edit. If you enter a number, the cursor
  723.          will move to the beginning of the comment field for that
  724.          filename and you may add or edit the actual comment.
  725.  
  726.                                                                 Page 9
  727.  
  728.  
  729.  
  730.  
  731.  
  732.          The program will allow you to view up to 299 files and comments
  733.          in a group.  Should the disk you are editing have more than
  734.          this number you will be given the option of viewing the next
  735.          group when you press [N] at the display of the 291-299th files.
  736.          If you select to view the next group of files you will also be
  737.          allowed to return to the previous group when you press [P] at
  738.          the display of the first 10 files in the group. You can only
  739.          back up one (1) group of previous files!
  740.  
  741.          The editing commands are straight forward:
  742.  
  743.                  INS   - switch from insert to overwrite mode
  744.                  DEL   - delete the character under the cursor
  745.                  BS    - (Backspace) erase the character to the left of
  746.                          the cursor
  747.                  Left & Right Arrow Keys - move cursor left or right
  748.                  Home  - Move to start of comment
  749.                  END   - Move to last character in comment
  750.                  ENTER - End edit
  751.  
  752.          The program will default to a mode to enter new comments. If
  753.          you wish to edit an existing comment and find nothing happens
  754.          when you type, just press the INS key and you will be in
  755.          business.
  756.  
  757.  
  758.          Option #8: End Program
  759.          ----------------------
  760.  
  761.          This option at the main menu is self explanatory.
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.                                                                 Page 10
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.                              CAT - a - DISK
  802.  
  803.                          Disk Cataloging Program
  804.                               Version 3.1
  805.  
  806.                            Registration Form
  807.                            =================
  808.  
  809.          Please register me as a user of CAT-a-DISK.  This form along
  810.          with my $15 (Fifteen dollar) registration fee entitles me to
  811.          a printed copy of the user manual by return mail as well as
  812.          a copy of the next release of Cat-a-Disk.
  813.  
  814.  
  815.          Name:__________________________________________________
  816.  
  817.  
  818.          Address:_______________________________________________
  819.  
  820.  
  821.          City:___________________________State:_______ Zip:___________
  822.          =============================================================
  823.          The following information will aid me in determining what
  824.          types of other programs and support might be of interest.
  825.          Please take a second and help me out!
  826.  
  827.  
  828.          1. Computer:____________________________
  829.  
  830.          2. Printer:_____________________________
  831.  
  832.          3. Is Monitor Color or Mono? _________________
  833.  
  834.          4. Do you have a hard disk? __________________
  835.  
  836.          5. Where did you obtain your User Supported version of this
  837.             program?
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.                    THANK YOU FOR YOUR SUPPORT..............
  846.  
  847.  
  848.           Please mail with check or money order payable to Andrew C.
  849.           Manti Jr. (NO cash please!) to:
  850.  
  851.                  CAT-a-DISK
  852.                  c/o Andrew C. Manti Jr.
  853.                      2 Deana Rd.
  854.                      Methuen, MA.  01844